home *** CD-ROM | disk | FTP | other *** search
- //***************************************************************************
- //
- // Module: precomp.h
- //
- // Purpose:
- // This header contains all of the precompiled garbage.
- //
- //***************************************************************************
-
- #ifndef WIN32
- #define STRICT // be bold!
- #endif
-
- #include <windows.h>
- #include <windowsx.h>
-
- #include <io.h>
- #include <string.h>
- #include <string.h>
-
- //***************************************************************************
- // End of File: precomp.h
- //***************************************************************************
-
-